Html Css Color HEX #EA4EB2 Brilliant Rose

📋 copy color: '#EA4EB2'

red 234 ◦ green 78 ◦ blue 178

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

Shades of Brilliant Rose #EA4EB2

Tints of Brilliant Rose #EA4EB2

RGB

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

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

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

R = 47.76%
G = 15.92%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#EA4EB2 (or 0xEA4EB2) is known color: Brilliant Rose. HEX triplet: EA, 4E and B2. RGB value is (234,78,178). Sum of RGB (Red+Green+Blue) = 234+78+178=490 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.76% from 490); Green value is 78 (30.86% from 255 or 15.92% from 490); Blue value is 178 (69.92% from 255 or 36.33% from 490); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4EB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA4EB2 is #15B14D. Grayscale: #878787. Windows color (decimal): -1421646 or 11685610. OLE color: 11685610.

HSL color Cylindrical-coordinate representation of color #EA4EB2: hue angle of 321.54º 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 #EA4EB2 is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 78 178 -
CMYK 0 0.67 0.24 0.08
HSL 321.54º 0.79% 0.61% -
HSV(B) 321.54º 0.67% 0.92% -
XYZ 44.69 26.16 44.81 -
YUV 136.04 151.68 197.87 -
System Red Green Blue C M Y K H S L
Decimal 234 78 178 0 0.67 0.24 0.08 321.54 0.79 0.61
Hex EA 4E B2 0 43 18 8 142 4F 3D
Octal 352 116 262 0 103 30 10 502 117 75
Binary 11101010 1001110 10110010 0 1000011 11000 1000 101000010 1001111 111101

Color Harmonies of #EA4EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4EB2

Black with #EA4EB2

Text Example


Text Example

White with #EA4EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4EB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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