Html Css Color HEX #EB4CA8 Brilliant Rose

📋 copy color: '#EB4CA8'

red 235 ◦ green 76 ◦ blue 168

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

Shades of Brilliant Rose #EB4CA8

Tints of Brilliant Rose #EB4CA8

RGB

 RED value IS 235 (92.19% from 255) = 49.06%

 GREEN value IS 76 (30.08% from 255) = 15.87%

 BLUE value IS 168 (66.02% from 255) = 35.07%

R = 49.06%
G = 15.87%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EB4CA8 (or 0xEB4CA8) is known color: Brilliant Rose. HEX triplet: EB, 4C and A8. RGB value is (235,76,168). Sum of RGB (Red+Green+Blue) = 235+76+168=479 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.06% from 479); Green value is 76 (30.08% from 255 or 15.87% from 479); Blue value is 168 (66.02% from 255 or 35.07% from 479); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4CA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB4CA8 is #14B357. Grayscale: #858585. Windows color (decimal): -1356632 or 11029739. OLE color: 11029739.

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

Color convert

RGB 235 76 168 -
CMYK 0 0.68 0.29 0.08
HSL 325.28º 0.8% 0.61% -
HSV(B) 325.28º 0.68% 0.92% -
XYZ 43.91 25.66 39.68 -
YUV 134.03 147.18 200.02 -
System Red Green Blue C M Y K H S L
Decimal 235 76 168 0 0.68 0.29 0.08 325.28 0.8 0.61
Hex EB 4C A8 0 44 1D 8 145 50 3D
Octal 353 114 250 0 104 35 10 505 120 75
Binary 11101011 1001100 10101000 0 1000100 11101 1000 101000101 1010000 111101

Color Harmonies of #EB4CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4CA8

Black with #EB4CA8

Text Example


Text Example

White with #EB4CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4CA8; }

 p { color: rgb(235,76,168); }

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

background-color css

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

 a { background-color: rgb(235,76,168); }

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

border-color css

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

 span { border-color: rgb(235,76,168); }

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