Html Css Color HEX #EA4E9B French Rose

📋 copy color: '#EA4E9B'

red 234 ◦ green 78 ◦ blue 155

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

Shades of French Rose #EA4E9B

Tints of French Rose #EA4E9B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.7%

 BLUE value IS 155 (60.94% from 255) = 33.19%

R = 50.11%
G = 16.7%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EA4E9B (or 0xEA4E9B) is known color: French Rose. HEX triplet: EA, 4E and 9B. RGB value is (234,78,155). Sum of RGB (Red+Green+Blue) = 234+78+155=467 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.11% from 467); Green value is 78 (30.86% from 255 or 16.70% from 467); Blue value is 155 (60.94% from 255 or 33.19% from 467); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4E9B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA4E9B is #15B164. Grayscale: #858585. Windows color (decimal): -1421669 or 10178282. OLE color: 10178282.

HSL color Cylindrical-coordinate representation of color #EA4E9B: hue angle of 330.38º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EA4E9B is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 78 155 -
CMYK 0 0.67 0.34 0.08
HSL 330.38º 0.79% 0.61% -
HSV(B) 330.38º 0.67% 0.92% -
XYZ 42.57 25.31 33.65 -
YUV 133.42 140.18 199.74 -
System Red Green Blue C M Y K H S L
Decimal 234 78 155 0 0.67 0.34 0.08 330.38 0.79 0.61
Hex EA 4E 9B 0 43 22 8 14A 4F 3D
Octal 352 116 233 0 103 42 10 512 117 75
Binary 11101010 1001110 10011011 0 1000011 100010 1000 101001010 1001111 111101

Color Harmonies of #EA4E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4E9B

Black with #EA4E9B

Text Example


Text Example

White with #EA4E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4E9B; }

 p { color: rgb(234,78,155); }

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

background-color css

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

 a { background-color: rgb(234,78,155); }

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

border-color css

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

 span { border-color: rgb(234,78,155); }

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