Html Css Color HEX #EB4CA5 Brilliant Rose

📋 copy color: '#EB4CA5'

red 235 ◦ green 76 ◦ blue 165

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

Shades of Brilliant Rose #EB4CA5

Tints of Brilliant Rose #EB4CA5

RGB

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

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

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

R = 49.37%
G = 15.97%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#EB4CA5 (or 0xEB4CA5) is known color: Brilliant Rose. HEX triplet: EB, 4C and A5. RGB value is (235,76,165). Sum of RGB (Red+Green+Blue) = 235+76+165=476 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.37% from 476); Green value is 76 (30.08% from 255 or 15.97% from 476); Blue value is 165 (64.84% from 255 or 34.66% from 476); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4CA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB4CA5 is #14B35A. Grayscale: #858585. Windows color (decimal): -1356635 or 10833131. OLE color: 10833131.

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

Color convert

RGB 235 76 165 -
CMYK 0 0.68 0.30 0.08
HSL 326.42º 0.8% 0.61% -
HSV(B) 326.42º 0.68% 0.92% -
XYZ 43.64 25.55 38.23 -
YUV 133.69 145.68 200.26 -
System Red Green Blue C M Y K H S L
Decimal 235 76 165 0 0.68 0.30 0.08 326.42 0.8 0.61
Hex EB 4C A5 0 44 1E 8 146 50 3D
Octal 353 114 245 0 104 36 10 506 120 75
Binary 11101011 1001100 10100101 0 1000100 11110 1000 101000110 1010000 111101

Color Harmonies of #EB4CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4CA5

Black with #EB4CA5

Text Example


Text Example

White with #EB4CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4CA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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