Html Css Color HEX #E65A6B Froly

📋 copy color: '#E65A6B'

red 230 ◦ green 90 ◦ blue 107

#E65A6B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Froly #E65A6B

Tints of Froly #E65A6B

RGB

 RED value IS 230 (90.23% from 255) = 53.86%

 GREEN value IS 90 (35.55% from 255) = 21.08%

 BLUE value IS 107 (42.19% from 255) = 25.06%

R = 53.86%
G = 21.08%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.53

 K value IS 0.10

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E65A6B (or 0xE65A6B) is known color: Froly. HEX triplet: E6, 5A and 6B. RGB value is (230,90,107). Sum of RGB (Red+Green+Blue) = 230+90+107=427 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.86% from 427); Green value is 90 (35.55% from 255 or 21.08% from 427); Blue value is 107 (42.19% from 255 or 25.06% from 427); Max value from RGB is 230 - color contains mainly: red. Hex color #E65A6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65A6B is #19A594. Grayscale: #858585. Windows color (decimal): -1680789 or 7035622. OLE color: 7035622.

HSL color Cylindrical-coordinate representation of color #E65A6B: hue angle of 352.71º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E65A6B is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 90 107 -
CMYK 0 0.61 0.53 0.10
HSL 352.71º 0.74% 0.63% -
HSV(B) 352.71º 0.61% 0.9% -
XYZ 38.94 25.2 16.72 -
YUV 133.8 112.88 196.62 -
System Red Green Blue C M Y K H S L
Decimal 230 90 107 0 0.61 0.53 0.10 352.71 0.74 0.63
Hex E6 5A 6B 0 3D 35 A 161 4A 3F
Octal 346 132 153 0 75 65 12 541 112 77
Binary 11100110 1011010 1101011 0 111101 110101 1010 101100001 1001010 111111

Color Harmonies of #E65A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65A6B

Black with #E65A6B

Text Example


Text Example

White with #E65A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65A6B; }

 p { color: rgb(230,90,107); }

 H1.HeaderClassName
 {
   color: #E65A6B;
 }
 .AnyTagClassName
 {
   color: #E65A6B;
 }
</style>

background-color css

<style>
 a { background-color: #E65A6B; }

 a { background-color: rgb(230,90,107); }

 div.DivClassName
 {
   background-color: #E65A6B;
 }
 .BgClassName
 {
   background-color: #E65A6B;
 }
</style>

border-color css

<style>
 span { border-color: #E65A6B; }

 span { border-color: rgb(230,90,107); }

 td.TdClassName
 {
   border-color: #E65A6B;
 }
 .TagClassName
 {
   border-color: #E65A6B;
 }
</style>