Html Css Color HEX #EA40B2 Persian Rose

📋 copy color: '#EA40B2'

red 234 ◦ green 64 ◦ blue 178

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

Shades of Persian Rose #EA40B2

Tints of Persian Rose #EA40B2

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.45%

 BLUE value IS 178 (69.92% from 255) = 37.39%

R = 49.16%
G = 13.45%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#EA40B2 (or 0xEA40B2) is known color: Persian Rose. HEX triplet: EA, 40 and B2. RGB value is (234,64,178). Sum of RGB (Red+Green+Blue) = 234+64+178=476 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.16% from 476); Green value is 64 (25.39% from 255 or 13.45% from 476); Blue value is 178 (69.92% from 255 or 37.39% from 476); Max value from RGB is 234 - color contains mainly: red. Hex color #EA40B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA40B2 is #15BF4D. Grayscale: #7F7F7F. Windows color (decimal): -1425230 or 11682026. OLE color: 11682026.

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

Color convert

RGB 234 64 178 -
CMYK 0 0.73 0.24 0.08
HSL 319.76º 0.8% 0.58% -
HSV(B) 319.76º 0.73% 0.92% -
XYZ 43.8 24.37 44.52 -
YUV 127.83 156.32 203.73 -
System Red Green Blue C M Y K H S L
Decimal 234 64 178 0 0.73 0.24 0.08 319.76 0.8 0.58
Hex EA 40 B2 0 49 18 8 140 50 3A
Octal 352 100 262 0 111 30 10 500 120 72
Binary 11101010 1000000 10110010 0 1001001 11000 1000 101000000 1010000 111010

Color Harmonies of #EA40B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA40B2

Black with #EA40B2

Text Example


Text Example

White with #EA40B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA40B2; }

 p { color: rgb(234,64,178); }

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

background-color css

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

 a { background-color: rgb(234,64,178); }

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

border-color css

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

 span { border-color: rgb(234,64,178); }

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