Html Css Color HEX #EA43A6 Brilliant Rose

📋 copy color: '#EA43A6'

red 234 ◦ green 67 ◦ blue 166

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

Shades of Brilliant Rose #EA43A6

Tints of Brilliant Rose #EA43A6

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.35%

 BLUE value IS 166 (65.23% from 255) = 35.55%

R = 50.11%
G = 14.35%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EA43A6 (or 0xEA43A6) is known color: Brilliant Rose. HEX triplet: EA, 43 and A6. RGB value is (234,67,166). Sum of RGB (Red+Green+Blue) = 234+67+166=467 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.11% from 467); Green value is 67 (26.56% from 255 or 14.35% from 467); Blue value is 166 (65.23% from 255 or 35.55% from 467); Max value from RGB is 234 - color contains mainly: red. Hex color #EA43A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA43A6 is #15BC59. Grayscale: #7F7F7F. Windows color (decimal): -1424474 or 10896362. OLE color: 10896362.

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

Color convert

RGB 234 67 166 -
CMYK 0 0.71 0.29 0.08
HSL 324.43º 0.8% 0.59% -
HSV(B) 324.43º 0.71% 0.92% -
XYZ 42.82 24.26 38.5 -
YUV 128.22 149.33 203.45 -
System Red Green Blue C M Y K H S L
Decimal 234 67 166 0 0.71 0.29 0.08 324.43 0.8 0.59
Hex EA 43 A6 0 47 1D 8 144 50 3B
Octal 352 103 246 0 107 35 10 504 120 73
Binary 11101010 1000011 10100110 0 1000111 11101 1000 101000100 1010000 111011

Color Harmonies of #EA43A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA43A6

Black with #EA43A6

Text Example


Text Example

White with #EA43A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA43A6; }

 p { color: rgb(234,67,166); }

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

background-color css

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

 a { background-color: rgb(234,67,166); }

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

border-color css

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

 span { border-color: rgb(234,67,166); }

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