Html Css Color HEX #EB4CB1 Brilliant Rose

📋 copy color: '#EB4CB1'

red 235 ◦ green 76 ◦ blue 177

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

Shades of Brilliant Rose #EB4CB1

Tints of Brilliant Rose #EB4CB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 36.27%

R = 48.16%
G = 15.57%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EB4CB1 (or 0xEB4CB1) is known color: Brilliant Rose. HEX triplet: EB, 4C and B1. RGB value is (235,76,177). Sum of RGB (Red+Green+Blue) = 235+76+177=488 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.16% from 488); Green value is 76 (30.08% from 255 or 15.57% from 488); Blue value is 177 (69.53% from 255 or 36.27% from 488); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4CB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB4CB1 is #14B34E. Grayscale: #868686. Windows color (decimal): -1356623 or 11619563. OLE color: 11619563.

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

Color convert

RGB 235 76 177 -
CMYK 0 0.68 0.25 0.08
HSL 321.89º 0.8% 0.61% -
HSV(B) 321.89º 0.68% 0.92% -
XYZ 44.78 26.01 44.25 -
YUV 135.06 151.68 199.29 -
System Red Green Blue C M Y K H S L
Decimal 235 76 177 0 0.68 0.25 0.08 321.89 0.8 0.61
Hex EB 4C B1 0 44 19 8 142 50 3D
Octal 353 114 261 0 104 31 10 502 120 75
Binary 11101011 1001100 10110001 0 1000100 11001 1000 101000010 1010000 111101

Color Harmonies of #EB4CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4CB1

Black with #EB4CB1

Text Example


Text Example

White with #EB4CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4CB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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