Html Css Color HEX #EA25D4 Razzle Dazzle Rose

📋 copy color: '#EA25D4'

red 234 ◦ green 37 ◦ blue 212

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

Shades of Razzle Dazzle Rose #EA25D4

Tints of Razzle Dazzle Rose #EA25D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 43.89%

R = 48.45%
G = 7.66%
B = 43.89%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EA25D4 (or 0xEA25D4) is known color: Razzle Dazzle Rose. HEX triplet: EA, 25 and D4. RGB value is (234,37,212). Sum of RGB (Red+Green+Blue) = 234+37+212=483 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.45% from 483); Green value is 37 (14.84% from 255 or 7.66% from 483); Blue value is 212 (83.20% from 255 or 43.89% from 483); Max value from RGB is 234 - color contains mainly: red. Hex color #EA25D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA25D4 is #15DA2B. Grayscale: #737373. Windows color (decimal): -1432108 or 13903338. OLE color: 13903338.

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

Color convert

RGB 234 37 212 -
CMYK 0 0.84 0.09 0.08
HSL 306.7º 0.82% 0.53% -
HSV(B) 306.7º 0.84% 0.92% -
XYZ 46.48 23.57 64.39 -
YUV 115.85 182.27 212.27 -
System Red Green Blue C M Y K H S L
Decimal 234 37 212 0 0.84 0.09 0.08 306.7 0.82 0.53
Hex EA 25 D4 0 54 9 8 133 52 35
Octal 352 45 324 0 124 11 10 463 122 65
Binary 11101010 100101 11010100 0 1010100 1001 1000 100110011 1010010 110101

Color Harmonies of #EA25D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA25D4

Black with #EA25D4

Text Example


Text Example

White with #EA25D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA25D4; }

 p { color: rgb(234,37,212); }

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

background-color css

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

 a { background-color: rgb(234,37,212); }

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

border-color css

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

 span { border-color: rgb(234,37,212); }

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