Html Css Color HEX #EA6367 Froly

📋 copy color: '#EA6367'

red 234 ◦ green 99 ◦ blue 103

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

Shades of Froly #EA6367

Tints of Froly #EA6367

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.71%

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

R = 53.67%
G = 22.71%
B = 23.62%

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

#EA6367 (or 0xEA6367) is known color: Froly. HEX triplet: EA, 63 and 67. RGB value is (234,99,103). Sum of RGB (Red+Green+Blue) = 234+99+103=436 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.67% from 436); Green value is 99 (39.06% from 255 or 22.71% from 436); Blue value is 103 (40.62% from 255 or 23.62% from 436); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6367 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6367 is #159C98. Grayscale: #8B8B8B. Windows color (decimal): -1416345 or 6775786. OLE color: 6775786.

HSL color Cylindrical-coordinate representation of color #EA6367: hue angle of 358.22º 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 #EA6367 is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 99 103 -
CMYK 0 0.58 0.56 0.08
HSL 358.22º 0.76% 0.65% -
HSV(B) 358.22º 0.58% 0.92% -
XYZ 40.84 27.4 15.97 -
YUV 139.82 107.23 195.17 -
System Red Green Blue C M Y K H S L
Decimal 234 99 103 0 0.58 0.56 0.08 358.22 0.76 0.65
Hex EA 63 67 0 3A 38 8 166 4C 41
Octal 352 143 147 0 72 70 10 546 114 101
Binary 11101010 1100011 1100111 0 111010 111000 1000 101100110 1001100 1000001

Color Harmonies of #EA6367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6367

Black with #EA6367

Text Example


Text Example

White with #EA6367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6367; }

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

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

background-color css

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

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

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

border-color css

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

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

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