Html Css Color HEX #EA528E French Rose

📋 copy color: '#EA528E'

red 234 ◦ green 82 ◦ blue 142

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

Shades of French Rose #EA528E

Tints of French Rose #EA528E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.9%

 BLUE value IS 142 (55.86% from 255) = 31%

R = 51.09%
G = 17.9%
B = 31%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EA528E (or 0xEA528E) is known color: French Rose. HEX triplet: EA, 52 and 8E. RGB value is (234,82,142). Sum of RGB (Red+Green+Blue) = 234+82+142=458 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.09% from 458); Green value is 82 (32.42% from 255 or 17.90% from 458); Blue value is 142 (55.86% from 255 or 31.00% from 458); Max value from RGB is 234 - color contains mainly: red. Hex color #EA528E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA528E is #15AD71. Grayscale: #868686. Windows color (decimal): -1420658 or 9327338. OLE color: 9327338.

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

Color convert

RGB 234 82 142 -
CMYK 0 0.65 0.39 0.08
HSL 336.32º 0.78% 0.62% -
HSV(B) 336.32º 0.65% 0.92% -
XYZ 41.83 25.48 28.3 -
YUV 134.29 132.36 199.12 -
System Red Green Blue C M Y K H S L
Decimal 234 82 142 0 0.65 0.39 0.08 336.32 0.78 0.62
Hex EA 52 8E 0 41 27 8 150 4E 3E
Octal 352 122 216 0 101 47 10 520 116 76
Binary 11101010 1010010 10001110 0 1000001 100111 1000 101010000 1001110 111110

Color Harmonies of #EA528E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA528E

Black with #EA528E

Text Example


Text Example

White with #EA528E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA528E; }

 p { color: rgb(234,82,142); }

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

background-color css

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

 a { background-color: rgb(234,82,142); }

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

border-color css

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

 span { border-color: rgb(234,82,142); }

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