Html Css Color HEX #EB24D3 Razzle Dazzle Rose

📋 copy color: '#EB24D3'

red 235 ◦ green 36 ◦ blue 211

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

Shades of Razzle Dazzle Rose #EB24D3

Tints of Razzle Dazzle Rose #EB24D3

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.47%

 BLUE value IS 211 (82.81% from 255) = 43.78%

R = 48.76%
G = 7.47%
B = 43.78%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EB24D3 (or 0xEB24D3) is known color: Razzle Dazzle Rose. HEX triplet: EB, 24 and D3. RGB value is (235,36,211). Sum of RGB (Red+Green+Blue) = 235+36+211=482 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.76% from 482); Green value is 36 (14.45% from 255 or 7.47% from 482); Blue value is 211 (82.81% from 255 or 43.78% from 482); Max value from RGB is 235 - color contains mainly: red. Hex color #EB24D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB24D3 is #14DB2C. Grayscale: #727272. Windows color (decimal): -1366829 or 13837547. OLE color: 13837547.

HSL color Cylindrical-coordinate representation of color #EB24D3: hue angle of 307.24º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EB24D3 is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 36 211 -
CMYK 0 0.85 0.10 0.08
HSL 307.24º 0.83% 0.53% -
HSV(B) 307.24º 0.85% 0.92% -
XYZ 46.65 23.63 63.73 -
YUV 115.45 181.93 213.27 -
System Red Green Blue C M Y K H S L
Decimal 235 36 211 0 0.85 0.10 0.08 307.24 0.83 0.53
Hex EB 24 D3 0 55 A 8 133 53 35
Octal 353 44 323 0 125 12 10 463 123 65
Binary 11101011 100100 11010011 0 1010101 1010 1000 100110011 1010011 110101

Color Harmonies of #EB24D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB24D3

Black with #EB24D3

Text Example


Text Example

White with #EB24D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB24D3; }

 p { color: rgb(235,36,211); }

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

background-color css

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

 a { background-color: rgb(235,36,211); }

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

border-color css

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

 span { border-color: rgb(235,36,211); }

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