Html Css Color HEX #E334DB Razzle Dazzle Rose

📋 copy color: '#E334DB'

red 227 ◦ green 52 ◦ blue 219

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

Shades of Razzle Dazzle Rose #E334DB

Tints of Razzle Dazzle Rose #E334DB

RGB

 RED value IS 227 (89.06% from 255) = 45.58%

 GREEN value IS 52 (20.7% from 255) = 10.44%

 BLUE value IS 219 (85.94% from 255) = 43.98%

R = 45.58%
G = 10.44%
B = 43.98%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E334DB (or 0xE334DB) is known color: Razzle Dazzle Rose. HEX triplet: E3, 34 and DB. RGB value is (227,52,219). Sum of RGB (Red+Green+Blue) = 227+52+219=498 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.58% from 498); Green value is 52 (20.70% from 255 or 10.44% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 227 - color contains mainly: red. Hex color #E334DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E334DB is #1CCB24. Grayscale: #7A7A7A. Windows color (decimal): -1887013 or 14365923. OLE color: 14365923.

HSL color Cylindrical-coordinate representation of color #E334DB: hue angle of 302.74º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E334DB is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 52 219 -
CMYK 0 0.77 0.04 0.11
HSL 302.74º 0.76% 0.55% -
HSV(B) 302.74º 0.77% 0.89% -
XYZ 45.69 23.9 69.22 -
YUV 123.36 181.98 201.92 -
System Red Green Blue C M Y K H S L
Decimal 227 52 219 0 0.77 0.04 0.11 302.74 0.76 0.55
Hex E3 34 DB 0 4D 4 B 12F 4C 37
Octal 343 64 333 0 115 4 13 457 114 67
Binary 11100011 110100 11011011 0 1001101 100 1011 100101111 1001100 110111

Color Harmonies of #E334DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E334DB

Black with #E334DB

Text Example


Text Example

White with #E334DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E334DB; }

 p { color: rgb(227,52,219); }

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

background-color css

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

 a { background-color: rgb(227,52,219); }

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

border-color css

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

 span { border-color: rgb(227,52,219); }

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