Html Css Color HEX #EB27D2 Razzle Dazzle Rose

📋 copy color: '#EB27D2'

red 235 ◦ green 39 ◦ blue 210

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

Shades of Razzle Dazzle Rose #EB27D2

Tints of Razzle Dazzle Rose #EB27D2

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.06%

 BLUE value IS 210 (82.42% from 255) = 43.39%

R = 48.55%
G = 8.06%
B = 43.39%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EB27D2 (or 0xEB27D2) is known color: Razzle Dazzle Rose. HEX triplet: EB, 27 and D2. RGB value is (235,39,210). Sum of RGB (Red+Green+Blue) = 235+39+210=484 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.55% from 484); Green value is 39 (15.62% from 255 or 8.06% from 484); Blue value is 210 (82.42% from 255 or 43.39% from 484); Max value from RGB is 235 - color contains mainly: red. Hex color #EB27D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB27D2 is #14D82D. Grayscale: #747474. Windows color (decimal): -1366062 or 13772779. OLE color: 13772779.

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

Color convert

RGB 235 39 210 -
CMYK 0 0.83 0.11 0.08
HSL 307.65º 0.83% 0.54% -
HSV(B) 307.65º 0.83% 0.92% -
XYZ 46.62 23.77 63.1 -
YUV 117.1 180.43 212.1 -
System Red Green Blue C M Y K H S L
Decimal 235 39 210 0 0.83 0.11 0.08 307.65 0.83 0.54
Hex EB 27 D2 0 53 B 8 134 53 36
Octal 353 47 322 0 123 13 10 464 123 66
Binary 11101011 100111 11010010 0 1010011 1011 1000 100110100 1010011 110110

Color Harmonies of #EB27D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB27D2

Black with #EB27D2

Text Example


Text Example

White with #EB27D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB27D2; }

 p { color: rgb(235,39,210); }

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

background-color css

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

 a { background-color: rgb(235,39,210); }

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

border-color css

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

 span { border-color: rgb(235,39,210); }

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