Html Css Color HEX #EE068B Deep Pink

📋 copy color: '#EE068B'

red 238 ◦ green 6 ◦ blue 139

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

Shades of Deep Pink #EE068B

Tints of Deep Pink #EE068B

RGB

 RED value IS 238 (93.36% from 255) = 62.14%

 GREEN value IS 6 (2.73% from 255) = 1.57%

 BLUE value IS 139 (54.69% from 255) = 36.29%

R = 62.14%
G = 1.57%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EE068B (or 0xEE068B) is known color: Deep Pink. HEX triplet: EE, 06 and 8B. RGB value is (238,6,139). Sum of RGB (Red+Green+Blue) = 238+6+139=383 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.14% from 383); Green value is 6 (2.73% from 255 or 1.57% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 238 - color contains mainly: red. Hex color #EE068B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE068B is #11F974. Grayscale: #5A5A5A. Windows color (decimal): -1177973 or 9111278. OLE color: 9111278.

HSL color Cylindrical-coordinate representation of color #EE068B: hue angle of 325.6º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE068B is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 6 139 -
CMYK 0 0.97 0.42 0.07
HSL 325.6º 0.95% 0.48% -
HSV(B) 325.6º 0.97% 0.93% -
XYZ 39.99 20.17 26.21 -
YUV 90.53 155.36 233.19 -
System Red Green Blue C M Y K H S L
Decimal 238 6 139 0 0.97 0.42 0.07 325.6 0.95 0.48
Hex EE 6 8B 0 61 2A 7 146 5F 30
Octal 356 6 213 0 141 52 7 506 137 60
Binary 11101110 110 10001011 0 1100001 101010 111 101000110 1011111 110000

Color Harmonies of #EE068B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE068B

Black with #EE068B

Text Example


Text Example

White with #EE068B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE068B; }

 p { color: rgb(238,6,139); }

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

background-color css

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

 a { background-color: rgb(238,6,139); }

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

border-color css

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

 span { border-color: rgb(238,6,139); }

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