Html Css Color HEX #EB4BBB Razzle Dazzle Rose

📋 copy color: '#EB4BBB'

red 235 ◦ green 75 ◦ blue 187

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

Shades of Razzle Dazzle Rose #EB4BBB

Tints of Razzle Dazzle Rose #EB4BBB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.09%

 BLUE value IS 187 (73.44% from 255) = 37.63%

R = 47.28%
G = 15.09%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EB4BBB (or 0xEB4BBB) is known color: Razzle Dazzle Rose. HEX triplet: EB, 4B and BB. RGB value is (235,75,187). Sum of RGB (Red+Green+Blue) = 235+75+187=497 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.28% from 497); Green value is 75 (29.69% from 255 or 15.09% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4BBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB4BBB is #14B444. Grayscale: #878787. Windows color (decimal): -1356869 or 12274667. OLE color: 12274667.

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

Color convert

RGB 235 75 187 -
CMYK 0 0.68 0.20 0.08
HSL 318º 0.8% 0.61% -
HSV(B) 318º 0.68% 0.92% -
XYZ 45.75 26.28 49.68 -
YUV 135.61 157.01 198.89 -
System Red Green Blue C M Y K H S L
Decimal 235 75 187 0 0.68 0.20 0.08 318 0.8 0.61
Hex EB 4B BB 0 44 14 8 13E 50 3D
Octal 353 113 273 0 104 24 10 476 120 75
Binary 11101011 1001011 10111011 0 1000100 10100 1000 100111110 1010000 111101

Color Harmonies of #EB4BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4BBB

Black with #EB4BBB

Text Example


Text Example

White with #EB4BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4BBB; }

 p { color: rgb(235,75,187); }

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

background-color css

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

 a { background-color: rgb(235,75,187); }

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

border-color css

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

 span { border-color: rgb(235,75,187); }

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