Html Css Color HEX #EA3CB2 Persian Rose

📋 copy color: '#EA3CB2'

red 234 ◦ green 60 ◦ blue 178

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

Shades of Persian Rose #EA3CB2

Tints of Persian Rose #EA3CB2

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.71%

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

R = 49.58%
G = 12.71%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#EA3CB2 (or 0xEA3CB2) is known color: Persian Rose. HEX triplet: EA, 3C and B2. RGB value is (234,60,178). Sum of RGB (Red+Green+Blue) = 234+60+178=472 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.58% from 472); Green value is 60 (23.83% from 255 or 12.71% from 472); Blue value is 178 (69.92% from 255 or 37.71% from 472); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3CB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3CB2 is #15C34D. Grayscale: #7D7D7D. Windows color (decimal): -1426254 or 11681002. OLE color: 11681002.

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

Color convert

RGB 234 60 178 -
CMYK 0 0.74 0.24 0.08
HSL 319.31º 0.81% 0.58% -
HSV(B) 319.31º 0.74% 0.92% -
XYZ 43.58 23.94 44.44 -
YUV 125.48 157.65 205.41 -
System Red Green Blue C M Y K H S L
Decimal 234 60 178 0 0.74 0.24 0.08 319.31 0.81 0.58
Hex EA 3C B2 0 4A 18 8 13F 51 3A
Octal 352 74 262 0 112 30 10 477 121 72
Binary 11101010 111100 10110010 0 1001010 11000 1000 100111111 1010001 111010

Color Harmonies of #EA3CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3CB2

Black with #EA3CB2

Text Example


Text Example

White with #EA3CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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