Html Css Color HEX #E427CF Razzle Dazzle Rose

📋 copy color: '#E427CF'

red 228 ◦ green 39 ◦ blue 207

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

Shades of Razzle Dazzle Rose #E427CF

Tints of Razzle Dazzle Rose #E427CF

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.23%

 BLUE value IS 207 (81.25% from 255) = 43.67%

R = 48.1%
G = 8.23%
B = 43.67%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E427CF (or 0xE427CF) is known color: Razzle Dazzle Rose. HEX triplet: E4, 27 and CF. RGB value is (228,39,207). Sum of RGB (Red+Green+Blue) = 228+39+207=474 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.10% from 474); Green value is 39 (15.62% from 255 or 8.23% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 228 - color contains mainly: red. Hex color #E427CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E427CF is #1BD830. Grayscale: #727272. Windows color (decimal): -1824817 or 13576164. OLE color: 13576164.

HSL color Cylindrical-coordinate representation of color #E427CF: hue angle of 306.67º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E427CF is Cyan = 0, Magento = 0.83, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 39 207 -
CMYK 0 0.83 0.09 0.11
HSL 306.67º 0.78% 0.52% -
HSV(B) 306.67º 0.83% 0.89% -
XYZ 43.98 22.45 61.05 -
YUV 114.66 180.12 208.84 -
System Red Green Blue C M Y K H S L
Decimal 228 39 207 0 0.83 0.09 0.11 306.67 0.78 0.52
Hex E4 27 CF 0 53 9 B 133 4E 34
Octal 344 47 317 0 123 11 13 463 116 64
Binary 11100100 100111 11001111 0 1010011 1001 1011 100110011 1001110 110100

Color Harmonies of #E427CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E427CF

Black with #E427CF

Text Example


Text Example

White with #E427CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E427CF; }

 p { color: rgb(228,39,207); }

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

background-color css

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

 a { background-color: rgb(228,39,207); }

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

border-color css

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

 span { border-color: rgb(228,39,207); }

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