Html Css Color HEX #E621CF Razzle Dazzle Rose

📋 copy color: '#E621CF'

red 230 ◦ green 33 ◦ blue 207

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

Shades of Razzle Dazzle Rose #E621CF

Tints of Razzle Dazzle Rose #E621CF

RGB

 RED value IS 230 (90.23% from 255) = 48.94%

 GREEN value IS 33 (13.28% from 255) = 7.02%

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

R = 48.94%
G = 7.02%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E621CF (or 0xE621CF) is known color: Razzle Dazzle Rose. HEX triplet: E6, 21 and CF. RGB value is (230,33,207). Sum of RGB (Red+Green+Blue) = 230+33+207=470 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.94% from 470); Green value is 33 (13.28% from 255 or 7.02% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 230 - color contains mainly: red. Hex color #E621CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E621CF is #19DE30. Grayscale: #6F6F6F. Windows color (decimal): -1695281 or 13574630. OLE color: 13574630.

HSL color Cylindrical-coordinate representation of color #E621CF: hue angle of 307.01º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E621CF is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 33 207 -
CMYK 0 0.86 0.10 0.10
HSL 307.01º 0.8% 0.52% -
HSV(B) 307.01º 0.86% 0.9% -
XYZ 44.44 22.42 61.02 -
YUV 111.74 181.77 212.35 -
System Red Green Blue C M Y K H S L
Decimal 230 33 207 0 0.86 0.10 0.10 307.01 0.8 0.52
Hex E6 21 CF 0 56 A A 133 50 34
Octal 346 41 317 0 126 12 12 463 120 64
Binary 11100110 100001 11001111 0 1010110 1010 1010 100110011 1010000 110100

Color Harmonies of #E621CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E621CF

Black with #E621CF

Text Example


Text Example

White with #E621CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E621CF; }

 p { color: rgb(230,33,207); }

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

background-color css

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

 a { background-color: rgb(230,33,207); }

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

border-color css

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

 span { border-color: rgb(230,33,207); }

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