Html Css Color HEX #EA265F Cerise

📋 copy color: '#EA265F'

red 234 ◦ green 38 ◦ blue 95

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

Shades of Cerise #EA265F

Tints of Cerise #EA265F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.35%

 BLUE value IS 95 (37.5% from 255) = 25.89%

R = 63.76%
G = 10.35%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EA265F (or 0xEA265F) is known color: Cerise. HEX triplet: EA, 26 and 5F. RGB value is (234,38,95). Sum of RGB (Red+Green+Blue) = 234+38+95=367 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.76% from 367); Green value is 38 (15.23% from 255 or 10.35% from 367); Blue value is 95 (37.5% from 255 or 25.89% from 367); Max value from RGB is 234 - color contains mainly: red. Hex color #EA265F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA265F is #15D9A0. Grayscale: #676767. Windows color (decimal): -1431969 or 6235882. OLE color: 6235882.

HSL color Cylindrical-coordinate representation of color #EA265F: hue angle of 342.55º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EA265F is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 38 95 -
CMYK 0 0.84 0.59 0.08
HSL 342.55º 0.82% 0.53% -
HSV(B) 342.55º 0.84% 0.92% -
XYZ 36.69 19.7 12.7 -
YUV 103.1 123.43 221.37 -
System Red Green Blue C M Y K H S L
Decimal 234 38 95 0 0.84 0.59 0.08 342.55 0.82 0.53
Hex EA 26 5F 0 54 3B 8 157 52 35
Octal 352 46 137 0 124 73 10 527 122 65
Binary 11101010 100110 1011111 0 1010100 111011 1000 101010111 1010010 110101

Color Harmonies of #EA265F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA265F

Black with #EA265F

Text Example


Text Example

White with #EA265F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA265F; }

 p { color: rgb(234,38,95); }

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

background-color css

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

 a { background-color: rgb(234,38,95); }

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

border-color css

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

 span { border-color: rgb(234,38,95); }

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