Html Css Color HEX #ED808F Carissma

📋 copy color: '#ED808F'

red 237 ◦ green 128 ◦ blue 143

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

Shades of Carissma #ED808F

Tints of Carissma #ED808F

RGB

 RED value IS 237 (92.97% from 255) = 46.65%

 GREEN value IS 128 (50.39% from 255) = 25.2%

 BLUE value IS 143 (56.25% from 255) = 28.15%

R = 46.65%
G = 25.2%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ED808F (or 0xED808F) is known color: Carissma. HEX triplet: ED, 80 and 8F. RGB value is (237,128,143). Sum of RGB (Red+Green+Blue) = 237+128+143=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 128 (50.39% from 255 or 25.20% from 508); Blue value is 143 (56.25% from 255 or 28.15% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #ED808F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED808F is #127F70. Grayscale: #A2A2A2. Windows color (decimal): -1212273 or 9404653. OLE color: 9404653.

HSL color Cylindrical-coordinate representation of color #ED808F: hue angle of 351.74º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED808F is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 128 143 -
CMYK 0 0.46 0.40 0.07
HSL 351.74º 0.75% 0.72% -
HSV(B) 351.74º 0.46% 0.93% -
XYZ 47.6 35.43 30.32 -
YUV 162.3 117.11 181.28 -
System Red Green Blue C M Y K H S L
Decimal 237 128 143 0 0.46 0.40 0.07 351.74 0.75 0.72
Hex ED 80 8F 0 2E 28 7 160 4B 48
Octal 355 200 217 0 56 50 7 540 113 110
Binary 11101101 10000000 10001111 0 101110 101000 111 101100000 1001011 1001000

Color Harmonies of #ED808F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED808F

Black with #ED808F

Text Example


Text Example

White with #ED808F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED808F; }

 p { color: rgb(237,128,143); }

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

background-color css

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

 a { background-color: rgb(237,128,143); }

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

border-color css

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

 span { border-color: rgb(237,128,143); }

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