Html Css Color HEX #EB25CE Razzle Dazzle Rose

📋 copy color: '#EB25CE'

red 235 ◦ green 37 ◦ blue 206

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

Shades of Razzle Dazzle Rose #EB25CE

Tints of Razzle Dazzle Rose #EB25CE

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.74%

 BLUE value IS 206 (80.86% from 255) = 43.1%

R = 49.16%
G = 7.74%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EB25CE (or 0xEB25CE) is known color: Razzle Dazzle Rose. HEX triplet: EB, 25 and CE. RGB value is (235,37,206). Sum of RGB (Red+Green+Blue) = 235+37+206=478 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.16% from 478); Green value is 37 (14.84% from 255 or 7.74% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 235 - color contains mainly: red. Hex color #EB25CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB25CE is #14DA31. Grayscale: #727272. Windows color (decimal): -1366578 or 13510123. OLE color: 13510123.

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

Color convert

RGB 235 37 206 -
CMYK 0 0.84 0.12 0.08
HSL 308.79º 0.83% 0.53% -
HSV(B) 308.79º 0.84% 0.92% -
XYZ 46.06 23.44 60.49 -
YUV 115.47 179.1 213.26 -
System Red Green Blue C M Y K H S L
Decimal 235 37 206 0 0.84 0.12 0.08 308.79 0.83 0.53
Hex EB 25 CE 0 54 C 8 135 53 35
Octal 353 45 316 0 124 14 10 465 123 65
Binary 11101011 100101 11001110 0 1010100 1100 1000 100110101 1010011 110101

Color Harmonies of #EB25CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB25CE

Black with #EB25CE

Text Example


Text Example

White with #EB25CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB25CE; }

 p { color: rgb(235,37,206); }

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

background-color css

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

 a { background-color: rgb(235,37,206); }

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

border-color css

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

 span { border-color: rgb(235,37,206); }

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