Html Css Color HEX #EE67FD Pink Flamingo

📋 copy color: '#EE67FD'

red 238 ◦ green 103 ◦ blue 253

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

Shades of Pink Flamingo #EE67FD

Tints of Pink Flamingo #EE67FD

RGB

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

 GREEN value IS 103 (40.63% from 255) = 17.34%

 BLUE value IS 253 (99.22% from 255) = 42.59%

R = 40.07%
G = 17.34%
B = 42.59%

CMYK

 C value IS 0.06

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EE67FD (or 0xEE67FD) is known color: Pink Flamingo. HEX triplet: EE, 67 and FD. RGB value is (238,103,253). Sum of RGB (Red+Green+Blue) = 238+103+253=594 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.07% from 594); Green value is 103 (40.62% from 255 or 17.34% from 594); Blue value is 253 (99.22% from 255 or 42.59% from 594); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE67FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE67FD is #119802. Grayscale: #A0A0A0. Windows color (decimal): -1153027 or 16607214. OLE color: 16607214.

HSL color Cylindrical-coordinate representation of color #EE67FD: hue angle of 294º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EE67FD is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 238 103 253 -
CMYK 0.06 0.59 0 0.01
HSL 294º 0.97% 0.7% -
HSV(B) 294º 0.59% 0.99% -
XYZ 57.84 34.97 96.63 -
YUV 160.47 180.23 183.3 -
System Red Green Blue C M Y K H S L
Decimal 238 103 253 0.06 0.59 0 0.01 294 0.97 0.7
Hex EE 67 FD 6 3B 0 1 126 61 46
Octal 356 147 375 6 73 0 1 446 141 106
Binary 11101110 1100111 11111101 110 111011 0 1 100100110 1100001 1000110

Color Harmonies of #EE67FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE67FD

Black with #EE67FD

Text Example


Text Example

White with #EE67FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE67FD; }

 p { color: rgb(238,103,253); }

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

background-color css

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

 a { background-color: rgb(238,103,253); }

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

border-color css

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

 span { border-color: rgb(238,103,253); }

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