Html Css Color HEX #E430CD Razzle Dazzle Rose

📋 copy color: '#E430CD'

red 228 ◦ green 48 ◦ blue 205

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

Shades of Razzle Dazzle Rose #E430CD

Tints of Razzle Dazzle Rose #E430CD

RGB

 RED value IS 228 (89.45% from 255) = 47.4%

 GREEN value IS 48 (19.14% from 255) = 9.98%

 BLUE value IS 205 (80.47% from 255) = 42.62%

R = 47.4%
G = 9.98%
B = 42.62%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E430CD (or 0xE430CD) is known color: Razzle Dazzle Rose. HEX triplet: E4, 30 and CD. RGB value is (228,48,205). Sum of RGB (Red+Green+Blue) = 228+48+205=481 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.40% from 481); Green value is 48 (19.14% from 255 or 9.98% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 228 - color contains mainly: red. Hex color #E430CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E430CD is #1BCF32. Grayscale: #777777. Windows color (decimal): -1822515 or 13447396. OLE color: 13447396.

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

Color convert

RGB 228 48 205 -
CMYK 0 0.79 0.10 0.11
HSL 307.67º 0.77% 0.54% -
HSV(B) 307.67º 0.79% 0.89% -
XYZ 44.07 23.02 59.88 -
YUV 119.72 176.13 205.23 -
System Red Green Blue C M Y K H S L
Decimal 228 48 205 0 0.79 0.10 0.11 307.67 0.77 0.54
Hex E4 30 CD 0 4F A B 134 4D 36
Octal 344 60 315 0 117 12 13 464 115 66
Binary 11100100 110000 11001101 0 1001111 1010 1011 100110100 1001101 110110

Color Harmonies of #E430CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E430CD

Black with #E430CD

Text Example


Text Example

White with #E430CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E430CD; }

 p { color: rgb(228,48,205); }

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

background-color css

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

 a { background-color: rgb(228,48,205); }

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

border-color css

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

 span { border-color: rgb(228,48,205); }

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