Html Css Color HEX #EF30DA Razzle Dazzle Rose

📋 copy color: '#EF30DA'

red 239 ◦ green 48 ◦ blue 218

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

Shades of Razzle Dazzle Rose #EF30DA

Tints of Razzle Dazzle Rose #EF30DA

RGB

 RED value IS 239 (93.75% from 255) = 47.33%

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

 BLUE value IS 218 (85.55% from 255) = 43.17%

R = 47.33%
G = 9.5%
B = 43.17%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EF30DA (or 0xEF30DA) is known color: Razzle Dazzle Rose. HEX triplet: EF, 30 and DA. RGB value is (239,48,218). Sum of RGB (Red+Green+Blue) = 239+48+218=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 48 (19.14% from 255 or 9.50% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EF30DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF30DA is #10CF25. Grayscale: #7C7C7C. Windows color (decimal): -1101606 or 14299375. OLE color: 14299375.

HSL color Cylindrical-coordinate representation of color #EF30DA: hue angle of 306.6º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EF30DA is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 48 218 -
CMYK 0 0.80 0.09 0.06
HSL 306.6º 0.86% 0.56% -
HSV(B) 306.6º 0.8% 0.94% -
XYZ 49.31 25.53 68.66 -
YUV 124.49 180.78 209.68 -
System Red Green Blue C M Y K H S L
Decimal 239 48 218 0 0.80 0.09 0.06 306.6 0.86 0.56
Hex EF 30 DA 0 50 9 6 133 56 38
Octal 357 60 332 0 120 11 6 463 126 70
Binary 11101111 110000 11011010 0 1010000 1001 110 100110011 1010110 111000

Color Harmonies of #EF30DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF30DA

Black with #EF30DA

Text Example


Text Example

White with #EF30DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF30DA; }

 p { color: rgb(239,48,218); }

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

background-color css

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

 a { background-color: rgb(239,48,218); }

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

border-color css

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

 span { border-color: rgb(239,48,218); }

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