Html Css Color HEX #EA44B2 Brilliant Rose

📋 copy color: '#EA44B2'

red 234 ◦ green 68 ◦ blue 178

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

Shades of Brilliant Rose #EA44B2

Tints of Brilliant Rose #EA44B2

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.17%

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

R = 48.75%
G = 14.17%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#EA44B2 (or 0xEA44B2) is known color: Brilliant Rose. HEX triplet: EA, 44 and B2. RGB value is (234,68,178). Sum of RGB (Red+Green+Blue) = 234+68+178=480 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.75% from 480); Green value is 68 (26.95% from 255 or 14.17% from 480); Blue value is 178 (69.92% from 255 or 37.08% from 480); Max value from RGB is 234 - color contains mainly: red. Hex color #EA44B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA44B2 is #15BB4D. Grayscale: #818181. Windows color (decimal): -1424206 or 11683050. OLE color: 11683050.

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

Color convert

RGB 234 68 178 -
CMYK 0 0.71 0.24 0.08
HSL 320.24º 0.8% 0.59% -
HSV(B) 320.24º 0.71% 0.92% -
XYZ 44.03 24.84 44.59 -
YUV 130.17 155 202.06 -
System Red Green Blue C M Y K H S L
Decimal 234 68 178 0 0.71 0.24 0.08 320.24 0.8 0.59
Hex EA 44 B2 0 47 18 8 140 50 3B
Octal 352 104 262 0 107 30 10 500 120 73
Binary 11101010 1000100 10110010 0 1000111 11000 1000 101000000 1010000 111011

Color Harmonies of #EA44B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA44B2

Black with #EA44B2

Text Example


Text Example

White with #EA44B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA44B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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