Html Css Color HEX #EA4DA5 Brilliant Rose

📋 copy color: '#EA4DA5'

red 234 ◦ green 77 ◦ blue 165

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

Shades of Brilliant Rose #EA4DA5

Tints of Brilliant Rose #EA4DA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 34.66%

R = 49.16%
G = 16.18%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EA4DA5 (or 0xEA4DA5) is known color: Brilliant Rose. HEX triplet: EA, 4D and A5. RGB value is (234,77,165). Sum of RGB (Red+Green+Blue) = 234+77+165=476 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.16% from 476); Green value is 77 (30.47% from 255 or 16.18% from 476); Blue value is 165 (64.84% from 255 or 34.66% from 476); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4DA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA4DA5 is #15B25A. Grayscale: #858585. Windows color (decimal): -1421915 or 10833386. OLE color: 10833386.

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

Color convert

RGB 234 77 165 -
CMYK 0 0.67 0.29 0.08
HSL 326.37º 0.79% 0.61% -
HSV(B) 326.37º 0.67% 0.92% -
XYZ 43.38 25.52 38.24 -
YUV 133.98 145.51 199.34 -
System Red Green Blue C M Y K H S L
Decimal 234 77 165 0 0.67 0.29 0.08 326.37 0.79 0.61
Hex EA 4D A5 0 43 1D 8 146 4F 3D
Octal 352 115 245 0 103 35 10 506 117 75
Binary 11101010 1001101 10100101 0 1000011 11101 1000 101000110 1001111 111101

Color Harmonies of #EA4DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4DA5

Black with #EA4DA5

Text Example


Text Example

White with #EA4DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4DA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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