Html Css Color HEX #EA2DC4 Razzle Dazzle Rose

📋 copy color: '#EA2DC4'

red 234 ◦ green 45 ◦ blue 196

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

Shades of Razzle Dazzle Rose #EA2DC4

Tints of Razzle Dazzle Rose #EA2DC4

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.47%

 BLUE value IS 196 (76.95% from 255) = 41.26%

R = 49.26%
G = 9.47%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#EA2DC4 (or 0xEA2DC4) is known color: Razzle Dazzle Rose. HEX triplet: EA, 2D and C4. RGB value is (234,45,196). Sum of RGB (Red+Green+Blue) = 234+45+196=475 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.26% from 475); Green value is 45 (17.97% from 255 or 9.47% from 475); Blue value is 196 (76.95% from 255 or 41.26% from 475); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2DC4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA2DC4 is #15D23B. Grayscale: #767676. Windows color (decimal): -1430076 or 12856810. OLE color: 12856810.

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

Color convert

RGB 234 45 196 -
CMYK 0 0.81 0.16 0.08
HSL 312.06º 0.82% 0.55% -
HSV(B) 312.06º 0.81% 0.92% -
XYZ 44.83 23.35 54.37 -
YUV 118.73 171.62 210.22 -
System Red Green Blue C M Y K H S L
Decimal 234 45 196 0 0.81 0.16 0.08 312.06 0.82 0.55
Hex EA 2D C4 0 51 10 8 138 52 37
Octal 352 55 304 0 121 20 10 470 122 67
Binary 11101010 101101 11000100 0 1010001 10000 1000 100111000 1010010 110111

Color Harmonies of #EA2DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2DC4

Black with #EA2DC4

Text Example


Text Example

White with #EA2DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2DC4; }

 p { color: rgb(234,45,196); }

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

background-color css

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

 a { background-color: rgb(234,45,196); }

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

border-color css

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

 span { border-color: rgb(234,45,196); }

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