Html Css Color HEX #EA4F9F Brilliant Rose

📋 copy color: '#EA4F9F'

red 234 ◦ green 79 ◦ blue 159

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

Shades of Brilliant Rose #EA4F9F

Tints of Brilliant Rose #EA4F9F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.74%

 BLUE value IS 159 (62.5% from 255) = 33.69%

R = 49.58%
G = 16.74%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EA4F9F (or 0xEA4F9F) is known color: Brilliant Rose. HEX triplet: EA, 4F and 9F. RGB value is (234,79,159). Sum of RGB (Red+Green+Blue) = 234+79+159=472 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.58% from 472); Green value is 79 (31.25% from 255 or 16.74% from 472); Blue value is 159 (62.5% from 255 or 33.69% from 472); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4F9F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA4F9F is #15B060. Grayscale: #868686. Windows color (decimal): -1421409 or 10440682. OLE color: 10440682.

HSL color Cylindrical-coordinate representation of color #EA4F9F: hue angle of 329.03º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EA4F9F is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 79 159 -
CMYK 0 0.66 0.32 0.08
HSL 329.03º 0.79% 0.61% -
HSV(B) 329.03º 0.66% 0.92% -
XYZ 42.99 25.59 35.47 -
YUV 134.47 141.85 199 -
System Red Green Blue C M Y K H S L
Decimal 234 79 159 0 0.66 0.32 0.08 329.03 0.79 0.61
Hex EA 4F 9F 0 42 20 8 149 4F 3D
Octal 352 117 237 0 102 40 10 511 117 75
Binary 11101010 1001111 10011111 0 1000010 100000 1000 101001001 1001111 111101

Color Harmonies of #EA4F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4F9F

Black with #EA4F9F

Text Example


Text Example

White with #EA4F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4F9F; }

 p { color: rgb(234,79,159); }

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

background-color css

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

 a { background-color: rgb(234,79,159); }

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

border-color css

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

 span { border-color: rgb(234,79,159); }

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