Html Css Color HEX #EB25D1 Razzle Dazzle Rose

📋 copy color: '#EB25D1'

red 235 ◦ green 37 ◦ blue 209

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

Shades of Razzle Dazzle Rose #EB25D1

Tints of Razzle Dazzle Rose #EB25D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 43.45%

R = 48.86%
G = 7.69%
B = 43.45%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EB25D1 (or 0xEB25D1) is known color: Razzle Dazzle Rose. HEX triplet: EB, 25 and D1. RGB value is (235,37,209). Sum of RGB (Red+Green+Blue) = 235+37+209=481 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.86% from 481); Green value is 37 (14.84% from 255 or 7.69% from 481); Blue value is 209 (82.03% from 255 or 43.45% from 481); Max value from RGB is 235 - color contains mainly: red. Hex color #EB25D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB25D1 is #14DA2E. Grayscale: #737373. Windows color (decimal): -1366575 or 13706731. OLE color: 13706731.

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

Color convert

RGB 235 37 209 -
CMYK 0 0.84 0.11 0.08
HSL 307.88º 0.83% 0.53% -
HSV(B) 307.88º 0.84% 0.92% -
XYZ 46.43 23.59 62.43 -
YUV 115.81 180.6 213.01 -
System Red Green Blue C M Y K H S L
Decimal 235 37 209 0 0.84 0.11 0.08 307.88 0.83 0.53
Hex EB 25 D1 0 54 B 8 134 53 35
Octal 353 45 321 0 124 13 10 464 123 65
Binary 11101011 100101 11010001 0 1010100 1011 1000 100110100 1010011 110101

Color Harmonies of #EB25D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB25D1

Black with #EB25D1

Text Example


Text Example

White with #EB25D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB25D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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