Html Css Color HEX #EA38DB Razzle Dazzle Rose

📋 copy color: '#EA38DB'

red 234 ◦ green 56 ◦ blue 219

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

Shades of Razzle Dazzle Rose #EA38DB

Tints of Razzle Dazzle Rose #EA38DB

RGB

 RED value IS 234 (91.8% from 255) = 45.97%

 GREEN value IS 56 (22.27% from 255) = 11%

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

R = 45.97%
G = 11%
B = 43.03%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EA38DB (or 0xEA38DB) is known color: Razzle Dazzle Rose. HEX triplet: EA, 38 and DB. RGB value is (234,56,219). Sum of RGB (Red+Green+Blue) = 234+56+219=509 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.97% from 509); Green value is 56 (22.27% from 255 or 11.00% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 234 - color contains mainly: red. Hex color #EA38DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA38DB is #15C724. Grayscale: #7F7F7F. Windows color (decimal): -1427237 or 14366954. OLE color: 14366954.

HSL color Cylindrical-coordinate representation of color #EA38DB: hue angle of 305.06º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EA38DB is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 56 219 -
CMYK 0 0.76 0.06 0.08
HSL 305.06º 0.81% 0.57% -
HSV(B) 305.06º 0.76% 0.92% -
XYZ 48.13 25.44 69.39 -
YUV 127.8 179.47 203.75 -
System Red Green Blue C M Y K H S L
Decimal 234 56 219 0 0.76 0.06 0.08 305.06 0.81 0.57
Hex EA 38 DB 0 4C 6 8 131 51 39
Octal 352 70 333 0 114 6 10 461 121 71
Binary 11101010 111000 11011011 0 1001100 110 1000 100110001 1010001 111001

Color Harmonies of #EA38DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA38DB

Black with #EA38DB

Text Example


Text Example

White with #EA38DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA38DB; }

 p { color: rgb(234,56,219); }

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

background-color css

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

 a { background-color: rgb(234,56,219); }

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

border-color css

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

 span { border-color: rgb(234,56,219); }

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