Html Css Color HEX #EA4DA2 Brilliant Rose

📋 copy color: '#EA4DA2'

red 234 ◦ green 77 ◦ blue 162

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

Shades of Brilliant Rose #EA4DA2

Tints of Brilliant Rose #EA4DA2

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.28%

 BLUE value IS 162 (63.67% from 255) = 34.25%

R = 49.47%
G = 16.28%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EA4DA2 (or 0xEA4DA2) is known color: Brilliant Rose. HEX triplet: EA, 4D and A2. RGB value is (234,77,162). Sum of RGB (Red+Green+Blue) = 234+77+162=473 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.47% from 473); Green value is 77 (30.47% from 255 or 16.28% from 473); Blue value is 162 (63.67% from 255 or 34.25% from 473); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4DA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA4DA2 is #15B25D. Grayscale: #858585. Windows color (decimal): -1421918 or 10636778. OLE color: 10636778.

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

Color convert

RGB 234 77 162 -
CMYK 0 0.67 0.31 0.08
HSL 327.52º 0.79% 0.61% -
HSV(B) 327.52º 0.67% 0.92% -
XYZ 43.11 25.41 36.81 -
YUV 133.63 144.01 199.59 -
System Red Green Blue C M Y K H S L
Decimal 234 77 162 0 0.67 0.31 0.08 327.52 0.79 0.61
Hex EA 4D A2 0 43 1F 8 148 4F 3D
Octal 352 115 242 0 103 37 10 510 117 75
Binary 11101010 1001101 10100010 0 1000011 11111 1000 101001000 1001111 111101

Color Harmonies of #EA4DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4DA2

Black with #EA4DA2

Text Example


Text Example

White with #EA4DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4DA2; }

 p { color: rgb(234,77,162); }

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

background-color css

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

 a { background-color: rgb(234,77,162); }

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

border-color css

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

 span { border-color: rgb(234,77,162); }

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