Html Css Color HEX #EB25C2 Razzle Dazzle Rose

📋 copy color: '#EB25C2'

red 235 ◦ green 37 ◦ blue 194

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

Shades of Razzle Dazzle Rose #EB25C2

Tints of Razzle Dazzle Rose #EB25C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 41.63%

R = 50.43%
G = 7.94%
B = 41.63%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EB25C2 (or 0xEB25C2) is known color: Razzle Dazzle Rose. HEX triplet: EB, 25 and C2. RGB value is (235,37,194). Sum of RGB (Red+Green+Blue) = 235+37+194=466 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.43% from 466); Green value is 37 (14.84% from 255 or 7.94% from 466); Blue value is 194 (76.17% from 255 or 41.63% from 466); Max value from RGB is 235 - color contains mainly: red. Hex color #EB25C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB25C2 is #14DA3D. Grayscale: #717171. Windows color (decimal): -1366590 or 12723691. OLE color: 12723691.

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

Color convert

RGB 235 37 194 -
CMYK 0 0.84 0.17 0.08
HSL 312.42º 0.83% 0.53% -
HSV(B) 312.42º 0.84% 0.92% -
XYZ 44.66 22.88 53.1 -
YUV 114.1 173.1 214.23 -
System Red Green Blue C M Y K H S L
Decimal 235 37 194 0 0.84 0.17 0.08 312.42 0.83 0.53
Hex EB 25 C2 0 54 11 8 138 53 35
Octal 353 45 302 0 124 21 10 470 123 65
Binary 11101011 100101 11000010 0 1010100 10001 1000 100111000 1010011 110101

Color Harmonies of #EB25C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB25C2

Black with #EB25C2

Text Example


Text Example

White with #EB25C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB25C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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