Html Css Color HEX #EA6267 Froly

📋 copy color: '#EA6267'

red 234 ◦ green 98 ◦ blue 103

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

Shades of Froly #EA6267

Tints of Froly #EA6267

RGB

 RED value IS 234 (91.8% from 255) = 53.79%

 GREEN value IS 98 (38.67% from 255) = 22.53%

 BLUE value IS 103 (40.63% from 255) = 23.68%

R = 53.79%
G = 22.53%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EA6267 (or 0xEA6267) is known color: Froly. HEX triplet: EA, 62 and 67. RGB value is (234,98,103). Sum of RGB (Red+Green+Blue) = 234+98+103=435 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.79% from 435); Green value is 98 (38.67% from 255 or 22.53% from 435); Blue value is 103 (40.62% from 255 or 23.68% from 435); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6267 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6267 is #159D98. Grayscale: #8B8B8B. Windows color (decimal): -1416601 or 6775530. OLE color: 6775530.

HSL color Cylindrical-coordinate representation of color #EA6267: hue angle of 357.79º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EA6267 is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 98 103 -
CMYK 0 0.58 0.56 0.08
HSL 357.79º 0.76% 0.65% -
HSV(B) 357.79º 0.58% 0.92% -
XYZ 40.75 27.21 15.94 -
YUV 139.23 107.56 195.59 -
System Red Green Blue C M Y K H S L
Decimal 234 98 103 0 0.58 0.56 0.08 357.79 0.76 0.65
Hex EA 62 67 0 3A 38 8 166 4C 41
Octal 352 142 147 0 72 70 10 546 114 101
Binary 11101010 1100010 1100111 0 111010 111000 1000 101100110 1001100 1000001

Color Harmonies of #EA6267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6267

Black with #EA6267

Text Example


Text Example

White with #EA6267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6267; }

 p { color: rgb(234,98,103); }

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

background-color css

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

 a { background-color: rgb(234,98,103); }

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

border-color css

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

 span { border-color: rgb(234,98,103); }

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